﻿@charset "utf-8";
@font-face {
    font-family: "scn";
    src: url("../fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype"),
         url("../fonts/SourceHanSansCN-Regular.svg") format("svg"),
         url("../fonts/SourceHanSansCN-Regular.ttf") format("truetype"),
         url("../fonts/SourceHanSansCN-Regular.woff") format("woff"),
		 url("../fonts/SourceHanSansCN-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "ab";
    src: url("../fonts/AGENCYB.TTF") format("truetype");
}
html,body{width: 100%; overflow-x: hidden; transition: all ease 0.3s;}
html{-webkit-text-size-adjust:100%;font-size:100px}
@media(max-width:1920px){
	html{font-size: 5.208333vw;}
} 
body{-webkit-text-size-adjust:none; padding:0; margin:0px auto; color: #333; font-size: 0.16rem; -webkit-user-select:none; -ms-user-select:none; -moz-user-select:none; -khtml-user-select:none;user-select:none;overflow-x:hidden;font-family: 'Microsoft YaHei',arial,sans-serif;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{padding:0px; margin:0px;}
select,input,textarea,button{font-size:16px; border-radius:0; -webkit-border-radius:0; color:#545454;font-family: arial, Microsoft YaHei, sans-serif; background: none;}
input:focus {outline: none;}
input,button,select,textarea{border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select {background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{display: block;} /*html5设置*/
figure,figcaption{margin:0px; padding:0px;}
audio,canvas,progress,video {display: inline-block; outline: none;}
img{max-width:100%; border:none; border:0;  vertical-align:top;}
a{color:#333; text-decoration:none; noline:-webkit-tap-highlight-color:rgba(0,0,0,0);transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{text-decoration:none; color:#005bac;}
/**:hover{transition: all ease 0.3s;}*/

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/*background: url(../images/ico/selectarr.png) no-repeat scroll 95% center transparent;*/
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

.mgc{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;-webkit-transition:background-color .25s;transition:background-color .25s;background-color:#fff;border:1px solid #d5d5d5;}.mgc:checked:after{left:-5px; top:-5px; position:absolute;content:'';display:block;height:10px;width:10px; border-radius:50%; background:#3b66ad; border:6px solid #dddddd;}.mgc:disabled{opacity:.65}.mgc:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgc:checked{background-color:#fff;border-color:#d7d7d7;}.mgc:checked:after{border-color:#dddddd}.mgc-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgc-primary:checked{background-color:#337ab7;border-color:#337ab7;}.mgc-primary:checked:after{border-color:#fff}.mgc-success{background-color:#fff;border:1px solid #d7d7d7;}.mgc-success:checked{background-color:#5cb85c;border-color:#5cb85c;}.mgc-success:checked:after{border-color:#fff}.mgc-info{background-color:#fff;border:1px solid #d7d7d7;}.mgc-info:checked{background-color:#5bc0de;border-color:#5bc0de;}.mgc-info:checked:after{border-color:#fff}.mgc-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgc-warning:checked{background-color:#f0ad4e;border-color:#f0ad4e;}.mgc-warning:checked:after{border-color:#fff}.mgc-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgc-danger:checked{background-color:#cf3b3a;border-color:#cf3b3a;}.mgc-danger:checked:after{border-color:#fff}.mgc-circle{border-radius:50%}.mgc-sm{width:12px;height:12px;}.mgc-sm:checked:after{top:2px;left:1px;height:3px;width:6px}.mgc-lg{width:19px;height:19px;}.mgc-lg:checked:after{top:3px;left:3px;height:5px;width:10px}.mgr{position:relative;width:16px;height:16px;background-clip:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:-.15px .6px 0 0;vertical-align:text-bottom;border-radius:50%;background-color:#fff;border:1px solid #d7d7d7;}.mgr:disabled{opacity:.65}.mgr:before{content:'';display:block;height:0;width:0;-webkit-transition:width .25s,height .25s;transition:width .25s,height .25s}.mgr:checked:before{height:8px;width:8px;border-radius:50%;margin:3px 0 0 3px}.mgr:focus{outline:none;box-shadow:inset 0 1px 1px rgba(255,255,255,0.075),0 0 2px #38a7ff}.mgr:checked{border:1px solid #555;}.mgr:checked:before{background-color:#555}.mgr-primary{background-color:#fff;border:1px solid #d7d7d7;}.mgr-primary:checked{border:1px solid #337ab7;}.mgr-primary:checked:before{background-color:#337ab7}.mgr-success{background-color:#fff;border:1px solid #d7d7d7;}.mgr-success:checked{border:1px solid #5cb85c;}.mgr-success:checked:before{background-color:#5cb85c}.mgr-info{background-color:#fff;border:1px solid #d7d7d7;}.mgr-info:checked{border:1px solid #5bc0de;}.mgr-info:checked:before{background-color:#5bc0de}.mgr-warning{background-color:#fff;border:1px solid #d7d7d7;}.mgr-warning:checked{border:1px solid #f0ad4e;}.mgr-warning:checked:before{background-color:#f0ad4e}.mgr-danger{background-color:#fff;border:1px solid #d7d7d7;}.mgr-danger:checked{border:1px solid #cf3b3a;}.mgr-danger:checked:before{background-color:#cf3b3a}.mgr-sm{width:12px;height:12px;}.mgr-sm:checked:before{height:6px;width:6px;border-radius:50%;margin:2px 0 0 2px}.mgr-lg{width:19px;height:19px;}.mgr-lg:checked:before{height:11px;width:11px;border-radius:50%;margin:3px 0 0 3px}.mgc-switch{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:41px;height:24px;border:1px solid #dfdfdf;outline:0;border-radius:16px;box-sizing:border-box;background:#dfdfdf;}.mgc-switch:before,.mgc-switch:after{content:" ";position:absolute;top:0;left:0;border-radius:15px;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s, -webkit-transform .3s}.mgc-switch:before{width:39px;height:22px;background-color:#fdfdfd}.mgc-switch:after{width:22px;height:22px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.4)}.mgc-switch:checked{border-color:#04be02;background-color:#04be02;}.mgc-switch:checked:before{-webkit-transform:scale(0);transform:scale(0)}.mgc-switch:checked:after{-webkit-transform:translateX(17px);transform:translateX(17px)}.mgc-sm.mgc-switch{height:20px;width:32px;}.mgc-sm.mgc-switch:before{height:18px;width:30px}.mgc-sm.mgc-switch:after{width:18px;height:18px}.mgc-sm.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(10px);transform:translateX(10px)}.mgc-lg.mgc-switch{height:32px;width:52px;}.mgc-lg.mgc-switch:before{height:30px;width:50px}.mgc-lg.mgc-switch:after{width:30px;height:30px}.mgc-lg.mgc-switch:checked:after{top:0;left:2px;-webkit-transform:translateX(18px);transform:translateX(18px)}

/*网页滚动条*/
::-webkit-scrollbar{
            width: 5px; height:5px;-webkit-overflow-scrolling : touch;
            background-color: #e6e6e6;}
::-webkit-scrollbar-track{
            background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
            border-radius: 10px;
            background-color: #005bac;}
::-webkit-scrollbar-button{
            height: 0px;
			background-color: #e6e6e6;}
			
/*公用样式*/
.fl{float:left;}.fr{float:right;}.tl{text-align:left !important;}.tr{text-align:right;}.tc{text-align:center !important;}
.hide{display:none !important;}
.block{display:block;}
.none{position:absolute; top:0; left:0; width:100%;visibility:hidden; opacity:0;}
.clear{clear:both;}
.clearfix{overflow:hidden;_zoom:1;}
.clearfix:after{content: ''; display: block; clear: both; height: 0; visibility: hidden; }
.clearfix{*zoom:1;}
.relative{position:relative; z-index:1;}
.w1440{position:relative; width:14.4rem; margin:0px auto;}
.ab{font-family: 'ab';}
.wow{visibility: hidden;}
@media ( max-width:1470px){
	.w1440{width: auto; padding: 0 0.6rem;}
	html{font-size: 7.2vw;}
}

@media ( max-width:1024px){
	.w1440{padding: 0 15px;}
}

@media ( max-width:768px){
	html{font-size: 9.5vw;}
}

@media (max-width:480px) {
	html{font-size:20vw}
}

/*font*/
.tit{display:block;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap; overflow:hidden;}
.p{overflow: hidden;word-break:normal; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical;}
.just{word-wrap: break-word; word-break: normal; text-align: justify; text-justify: distribute;}

/*table*/
.table,table{display: table; width: 100%; border-collapse: collapse;}
.table-head,.table-body{display: table-row; width: 100%;}
.table-th,.table-td{display: table-cell; text-align: center; vertical-align: middle;}
table td,table th{border: 1px solid #e5e5e5;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden; position: relative; z-index: 3;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span,li:hover .Scale-img img,li:hover .Scale-img span {opacity: 1;-webkit-transform: scale3d(1.03,1.03,1.03);transform: scale3d(1.03,1.03,1.03); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{overflow:hidden; position:relative;}
.imgbox span,.Scale-img span{background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;}
.imgbox img,.Scale-img img,.Scale-img span{display: block; width: 100%;}

/* icon */
.icons img{position: absolute; width: 100%; left: 0; top: 0;}
.icons .i1{transition: 400ms;}
.icons .i2{-webkit-transform:scale(0); transform:scale(0); opacity:0; filter:alpha (opacity=0); transition:500ms;}
dd:hover .icons .i2,dd.on .icons .i2,.item.slick-current .icons .i2{-webkit-transform:scale(1); transform:scale(1); opacity:1;  filter:alpha(opacity=100);}
dd:hover .icons .i1,dd.on .icons .i1,.item.slick-current .icons .i1{opacity: 0; filter: alpha(opacity=0); -webkit-transform: scale (1.2); transform: scale(1.2);}

/*pages*/
.Pages{text-align: center;}
.Pages a,.Pages .p_count{font-size: 0.14rem; height: 0.36rem; line-height: 0.36rem; padding: 0 0.1rem; margin: 0 0.05rem; background: #e5e5e5; color: #9e9e9e; border: 1px solid #e5e5e5; display: inline-block; vertical-align: middle;}
.Pages .num a{width: 0.36rem; padding: 0; font-size: 0.16rem;}
.Pages .a_prev i{display: block; transform: rotate(-180deg);}
.Pages a:hover,.Pages a.a_cur{color: #fff !important; background: #005bac !important; border: 1px solid #005bac;}

@media ( max-width:480px){
	body{font-size: 14px;}
	.Pages a,.Pages .p_count{margin: 0 0.03rem 0.05rem;}
}


/*pages end*/

/*Top*/
.Header{background: #fff; width: 100%; position: relative; left: 0; top: 0;  z-index: 9999;}
.Header.fixed2,.Header.fixed3{transition: transform .3s; transform-origin: top center; position: fixed; width: 100%; z-index: 100; top: 0;}
.Header.fixed2{box-shadow: 10px 0 20px rgba(0,0,0,0.1);}
.Header.fixed3{transform: translateY(-190px);}
.Header .bgon{transition: all ease 0.3s;}
.Header .Logo{float:left; width: 2.24rem; padding: 0.38rem 0; margin-left: 1.3rem; transition: ease-in-out 300ms;}
.Header .Logo img{display: block; width: 100%;}

.TopRight{width: 14.2rem; float: right;}
.TopLink{position: absolute; right: 0; top: 0; bottom: 0; width: 7.2rem; line-height: 1.2rem; transition: ease-in-out 300ms;}
.TopLink::before{content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 14px; margin-top: -7px; background: #ebebeb;}
.TopLink .link{width: 4.1rem; float: left; padding-left: 0.45rem;}
.TopLink .link a{display: inline-block; margin: 0 0.03rem; padding: 0 0.15rem; line-height: 0.35rem; color: #333; background: #f1f1f1; border-radius: 0.25rem; text-align: center;}
.TopLink .link a i{display: inline-block; margin-right: 7px; color: #999;}
.Language{padding-left: 0.3rem; float: left;}
.Language i{display: inline-block; padding: 0 0.1rem;}
.Search{position: absolute; right: 0; top: 0; bottom: 0; width: 1.29rem; border-left: 1px solid #ededed; text-align: center;}
.Search .Searchico{cursor:pointer; color:#999; display: inline-block; width: 0.46rem; height: 0.46rem; line-height: 0.46rem; text-align: center; border-radius: 50%; background: #f1f1f1; transition: ease-in-out 300ms;}
.Search .Searchico .iconfont{font-size: 0.26rem;}
.Search .Searchico .icongb1{display:none;}
.Search .Searchico.on .icongb1{display:block;}
.Search .Searchico.on .iconso{display:none;}
.Search .searchbox{width:4rem; background:#fff; line-height:0.4rem; right:0.1rem; box-shadow:0 0 0.1rem #999; visibility:hidden; opacity:0; position:absolute; top:100%;transition: all ease 0.3s; z-index: 99;}
.Search .searchbox.on{visibility:visible; opacity:1;}
.Search .searchbox input{width:100%; padding-right: 0.4rem; height:0.7rem; text-indent:1em; font-size:0.17rem;}
.Search .searchbox .input::-webkit-input-placeholder {color: #959595;}
.Search .searchbox .btn{position:absolute; right:0; top:0; bottom: 0; width:0.7rem; background:#005bac; color: #fff;}
.Search .searchbox .btn i{font-size: 0.22rem;}

.MainNav{text-align: right; margin-right: 7.2rem;}
.MainNav li{display: inline-block; margin-right: 0.5rem;}
.MainNav li span a{z-index:1; position:relative;display:inline-block; color:#000; font-weight: bold; font-size:0.2rem; height: 1.2rem; line-height:1.2rem; transition: all ease 0.3s;}
.MainNav li span a em{position:relative; z-index:1;}
.MainNav .bg{position:absolute; left:50%; bottom:-1px; height:2px; background:#005bac; width:0; z-index:-1;transition: all ease 0.3s;}
.MainNav .arr{display:none;}
.MainNav .arr .iconjian{display:none;}
.MainNav li.onnav span a{color: #005bac;}
.MainNav li:hover span .bg,.MainNav li.onnav span .bg,.MainNav li span a.sele .bg{width: 100%; left: 0;}
.MainNav li span a:hover{color:#005bac;}

.NavPull{position: absolute; left: 0; right: 0; top: 1.19rem; z-index: 99; line-height: 0.59rem; padding: 0.82rem 0 0.56rem; text-align: left; display: none; background: #f2f2f2;}
.NavPull .icons{width: 30px; height: 30px; display: inline-block; vertical-align: middle;}
.NavPull .title{position: absolute; left: 0; top: 0; font-size: 2.4em; color: #000; font-weight: bold; padding-left: 0.4rem;}
.NavPull .title i{display: block;}
.NavPull .title img{position: absolute; left: 0; top: 0.15rem;}
.NavPull dl{margin-left: 2.68rem;}
.NavPull dl a{display: block;}
.NavPull dl .bm{border-bottom: 1px solid #e0e0e0;}
.NavPull dl .bm span{font-size: 0.2rem; color: #000; font-weight: bold; display: inline-block; vertical-align: middle;}
.NavPull dl .bm:hover span,.NavPull dl .bm:hover i,.NavPull .box .con a:hover{color: #005bac; font-weight: bold;}
.NavPull dl dd{float: left; width: 31.333%; margin: 0 3% 0.5rem 0;}
.NavPull dl dd:nth-child(3n){margin-right: 0;}
.NavPull .box,.NavPull .other{margin-top: 0.2rem;}
.NavPull .box .Scale-img{width: 30%; float: left;}
.NavPull .box .con{width: 65%; float: right;}
.NavPull .box .con a{font-size: 0.12rem; line-height: 0.35rem;}

.ProPull dl dd{width: 22.75%;}
.ProPull dl dd:nth-child(3n){margin-right: 3%;}
.ProPull dl dd:nth-child(4n){margin-right: 0;}


.ProPull .other .help{display: block; line-height: 0.5rem; background: #005bac; color: #fff; text-align: center;}

/* 下拉选择 */
.ZJselectBox{width:100%; height: 0.5rem; position: relative; margin-bottom: 0.1rem;}
.ZJselectTxt{position: relative; line-height: 0.5rem; color: #666; padding: 0 0.2rem 0 0.28rem; background: #fff;}
.ZJselectTxt span{color: #000;}
.ZJselectTxt i.icon{float: right; font-size: 0.2rem;}
.ZJselectTxt i.iconOn{transform: rotate(-180deg);}

 .ZJselectBox .ZJselectUl{position: absolute; display: none; width: 100%; z-index: 4; top:100%; left: 0; background: #fff; }
 .ZJselectBox .ZJselectUl .ZJselectUlBox{max-height: 122px; overflow-y:auto;}
 .ZJselectBox .ZJselectUl ul li{float: none; display: block; margin-right: 0; font-size: 0.14rem; height: 0.4rem; line-height: 0.4rem; background: #fff; padding: 0 0.15rem; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; cursor: pointer;}
.ZJselectBox .ZJselectUl ul li:hover{background: #f0f0f0;}

.openbtn{cursor:pointer; display:none;width:32px; height:25px; position:absolute; right:12px; top:50%; margin-top: -12px; z-index:999;}
.closebtn{position:fixed; left:0px; top:60px; width:100%; height:100%; z-index:99; display:none;}
.openbtn span{display:block; height:3px; background:#005bac; border-radius:4px; margin:4px;transition: all ease 0.3s;}
.openbtn span.sp2{width: 18px; margin-left: 9px;}
.openbtn.on .sp1 {
	-webkit-transform: translate(0, 7px) rotate(45deg) !important;
	-moz-transform: translate(0, 7px) rotate(45deg) !important;
	-ms-transform: translate(0, 7px) rotate(45deg) !important;
	-o-transform: translate(0, 7px) rotate(45deg) !important;
	transform: translate(0, 7px) rotate(45deg) !important;}
.openbtn.on .sp3 {
	-webkit-transform: translate(0, 0) rotate(-45deg) !important;
	-moz-transform: translate(0, 0) rotate(-45deg) !important;
	-ms-transform: translate(0, 0) rotate(-45deg) !important;
	-o-transform: translate(0, 0) rotate(-45deg) !important;
	transform: translate(0, 0) rotate(-45deg) !important;}	
.openbtn.on .sp2{display:none;}


@media ( max-width:1710px){
	.TopLink{width: 7rem;}
	.TopLink .link{width:4.5rem}
	.MainNav{margin-right: 7rem;}
}

@media ( max-width:1470px){
	.Header .Logo{margin-left: 0.3rem;}
	.Search{width: 1rem;}
	.TopRight {width: 11rem;}
	.TopLink{width: 6.5rem;}
	.TopLink .link{padding-left: 0.25rem; width: 4.3rem;}
	.NavPull .title{left: 0.15rem;}
	.MainNav{margin-right: 6.5rem;}
}

@media ( max-width:1024px){
	.Header .Logo{padding: 0.25rem 0;}
	.Header .openbtn{display:block;}
	.TopRight{width: auto; float: none;}
	.Search{width: auto; position: static; border-left: none;}
	.Search .Searchico{width: 0.4rem; line-height: 0.4rem; height: 0.4rem; position: absolute; right: 1rem; top: 50%; margin: -0.2rem 0 0 0;} 
	.Search .Searchico i{font-size: 16px;}
	.Search .Searchico::before{display: none; }
	.TopLink{line-height: normal; width: 3.8rem;}
	.TopLink .link{padding-left: 0; display: none;}
	.Language{position: relative; top: 50%; margin-top: -0.12rem;}
	.TopLink::before{display: none;}
	.MainNav{position:fixed; left:0; z-index:100; width:100%; float: none; padding:0;top:59px;transition: all ease 0.3s; display:none;}
	.MainNav ul{padding:12px 0; background: #f2f2f2;}
	.MainNav li{display:block; position:relative; float:none; width:auto; margin: 0;}
	.MainNav li span a{font-size:16px; border-bottom:1px solid rgba(0,0,0,0.1); text-align:left; height:auto; display:block; line-height:0.3rem !important; height:auto !important; height:auto; padding:0.15rem 0.3rem;}
	.MainNav .bg{display:none}
	.MainNav li:hover span a,.MainNav li.onnav span a,.MainNav li span a.sele{color:#005bac;}
	.MainNav .arr{display:inline-block; position:absolute; z-index:2; width:50%; height:0.6rem; line-height:0.6rem; right:0px; padding-right:0.2rem; top:0px; color:#666;}
	.MainNav li.onnav .iconjia{display:none;}
	.MainNav li.onnav .iconjian{display:block;}
	.MainNav li.onnav .NavPull{display: block;}
	.MainNav.on li{opacity:1;}
	
	.NavPull{width:auto; position:static; background: none; padding: 0 0 0.15rem; margin: 0 0.25rem;}
	.NavPull .title{display: none;}
	.NavPull dl{margin-left: 0;}
	.NavPull dl dd{width: auto !important; float: none; margin: 0;}
	.NavPull .box{display: none;}
}

@media ( max-width:480px){
	.Search .Searchico{right: 0.8rem;}
	.TopLink{width: 2.6rem;}
	.Header .Logo{width: 1.8rem;}
}

/*Top*/

/*Bottom*/
.Footer{background-image: url(../images/bottombg.jpg);}
.Bottom{padding: 0.78rem 0 0.96rem;}
.Bottom .box{width: 38%; margin-right: 0.5rem;}
.Bottom .box .blogo{width: 2.24rem;}
.Bottom .box .num{font-size: 0.32rem; line-height: 0.36rem; margin: 0.72rem 0 0.27rem;}
.Bottom .box .num i{font-size: 0.14rem;}
.Bottom .box .info{font-size: 0.14rem; line-height: 0.3rem; color: #333; margin: 0.46rem 0 0.25rem;}
.Bottom .box .info p{position: relative; padding-left: 0.6rem;}
.Bottom .box .info span{color: #999; position: absolute; left: 0; top: 0;}

.sitemap{width: 30%;}
.sitemap dl{width: 50%; float: left;}
.sitemap dl dt{font-size: 0.18rem; line-height: 0.18rem; color: #333; margin-bottom: 0.2rem; font-weight: bold;}
.sitemap dl dd a{color: #a8a8a8; line-height: 0.35rem;}
.sitemap dl dd a:hover{color: #005bac;}

.Bottom .other{width: 24.3%; text-align: right;}
.Bottom .other .link select{width: 100%; color: #333; line-height: 0.52rem; background: url(../images/down.png) no-repeat 95% center;}
.Bottom .other .weixin{margin-top: 0.6rem; width: 1.2rem; display: inline-block; text-align: center;}
.Bottom .other .weixin p{line-height: 0.24rem; margin-top: 0.14rem; color: #333333; font-size: 0.14rem;}

.Copyright{border-top: 1px solid #ececec; padding: 0.2rem 0; line-height: 0.3rem; color: #999; font-size: 0.14rem;}
.Copyright a{color: #999;}

@media ( max-width: 768px){
	.Bottom{padding: 0.3rem 0;}
	.Bottom .box .num{margin: 0.3rem 0;}
	.sitemap{display: none;}
	.Bottom .other .weixin{margin-top: 0.2rem;}
}

@media ( max-width: 640px){
.Bottom .box .info p{padding-left: 0.9rem;}
}

@media ( max-width: 480px){
	.Bottom .box .blogo{display: block; width: 1.6rem; margin: 0 auto;}
	.Bottom .box .num{text-align: center; margin: 0.1rem 0;}
	.Bottom .box .Map{text-align: center;}
	.Bottom .box .Map img{display: inline-block;}
	.Bottom .other,.Copyright{text-align: center;}
	.Bottom .box,.Bottom .other{width: auto; float: none; margin-right: 0;}
	.Bottom .other{margin-top: 0.15rem;}
	.Copyright span,.Copyright a{display: block; float: none;}
}
/*Bottom*/

.f_red{color: #ff0000 !important;}
.f_color{color: #005bac !important;}
.bluebg{background: #005bac !important; color: #fff !important;}
.Greybg{background-color: #f5f5f5;}
.Greybg2{background-color: #f6f6f6;}
.whitetxt{color: #fff !important;}
.line{border: 1px solid #ededed;}
.fn{float: none !important; width: auto !important; clear: both;}
.boxbg{background-size: cover; background-position: center top; background-repeat: no-repeat;}
.empty,input{outline: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.auto{margin-left: auto; margin-right: auto;}

.HomeTit{color: #0a2136;}
.HomeTit h2{font-size: 2.4em; line-height: 0.64rem;}
.HomeTit h2 .sign{display: inline-block; margin-left: 0.1rem; vertical-align: middle;}
.HomeTit p{font-size: 0.2rem; line-height: 0.39rem;}
.HomeTit .p2{font-size: 0.3rem;}
.HomeTit .CommonMore{position: absolute; right: 0; top: 50%; margin-top: -0.35rem;}

.CommonMore{position: relative; display: block; width: 2.5rem; line-height: 0.7rem; background: #005bac; color: #fff !important; transition: all 500ms;}
.CommonMore span{padding-left: 0.6rem;}
.CommonMore i{background: #1a6cb4; width: 0.4rem; position: absolute; right: 0; top: 0; bottom: 0;}
.CommonMore i::before{content: ''; position: absolute; left: -0.3rem; top: 0; z-index: 3; border-bottom: 0.68rem solid #1a6cb4; border-left: 0.3rem solid transparent;}
.CommonMore img{display: inline-block; vertical-align: middle; width: auto;}
.CommonMore:hover{box-shadow: 0 0 0.5rem rgba(0,91,172,0.2);}

@media ( max-width:480px){
	.HomeTit h2{font-size: 1.6em;}
	.HomeTit h2 .sign{height: 20px;}
	.HomeTit p{font-size: 0.18rem; line-height: 0.3rem;}
	.HomeTit .p2{font-size: 0.2rem;}
	.HomeTit .CommonMore{margin-top: 0; top: 0.1rem;}
	.CommonMore{width: 1rem; line-height: 0.4rem; margin-top: 0.2rem; text-align: center;}
	.CommonMore span{padding-left: 0;}
	.CommonMore i{display: none;}
	
}

/* 栏目页公用样式 */
.Ban img{display: block; width: 100%;}
.PositionMenu{border-bottom: 1px solid #ededed; line-height: 0.9rem;}
.Position{color: #999;}
.Position i{color: #005bac; margin-right: 0.1rem;}
.Position a{color: #999;}
.Menus .title{position: absolute; left: 0; bottom: 0.91rem; z-index: 5; width: 3.4rem; line-height: 1.2rem; font-size: 0.36rem; text-align: center; background: #005bac; color: #fff;}
.Menus .title i{display: none; font-size: 0.24rem; transition: ease-in-out 300ms;}
.Menus .title.on i{transform: rotate(-180deg);}
.Menus li{display: inline-block; padding: 0 0.2rem; position: relative;}
.Menus li a{display: block; font-size: 0.2rem; color: #000; font-weight: bold; position: relative; z-index: 3;}
.Menus li::after{content: ''; position: absolute; left: 50%; right: 0; bottom: -1px; width: 0; height: 3px; background: #005bac; transition: all 300ms;} 
.Menus li.on::after,.Menus li:hover::after{left: 0; width: 100%;}
.Menus li.on a,.Menus li:hover a{color: #005bac;}

.Container{padding: 0.4rem 0 1rem; min-height: 3.4rem; height: auto !important; height: 3.4rem;}
.Title01{margin-bottom: 0.54rem;}
.Title01 span{display: block; font-size: 0.48rem; line-height: 0.83rem; color: #000; font-weight: bold;}
.Title01 i{display: block; width: 30px; height: 5px; background: #005bac; margin: 0 auto;}

.Title02{margin-bottom: 1rem;}
.Title02 span{display: block; font-size: 0.72rem; color: #0a2136; line-height: 1.42rem;}
.Title02 .i1{display: block; width: 0.3rem; height: 5px; background: #005bac; margin: 0 auto; position: relative; z-index: 2;}
.Title02 .i2{position: absolute; left: 50%; z-index: 1; bottom: 2px; margin-left: -0.4rem; width: 0.8rem; height: 1px; background: #dcdcdc;}
.ptb4{padding: 4% 0;}
.mb4{margin-bottom: 4%;}

.SinglePage,.SinglePage2{font-size: 0.18rem; line-height: 0.44rem; color: #333; margin-bottom: 0.46rem; text-align: justify;}
.SinglePage p,.SinglePage2 p{text-indent: 2em;}
.SinglePage table p,.SinglePage2 table p{text-indent: 0;}

@media ( max-width: 1470px){
	.Title01 span{font-size: 0.32rem;}
	.Title02 span{font-size: 0.32rem; line-height: 0.9rem;}
	.Menus li{padding: 0 0.1rem;}
}

@media ( max-width: 1024px){
	.Title02 span{font-size: 0.45rem; line-height: 1rem;}
}

@media ( max-width: 768px){
	.Container{padding: 0.4rem 0;}
	.Title01 span{font-size: 0.35rem; line-height: 0.65rem;}
	.Title02{margin-bottom: 0.5rem;}
	.PositionMenu{line-height: normal; border-bottom: none;}
	.Position,.Menus{width: auto; float: none;}
	.Position{border-bottom: 1px solid #ededed; line-height: 0.6rem;}
	.Menus{margin: 15px 0 0;}
	.Menus .title{position: relative; bottom: 0; width: auto; text-align: left; padding: 0 0.2rem; font-size: 0.28rem; line-height: 0.6rem;} 
	.Menus .title i{display: block;}
	.Menus .list{display: none; text-align: left; border: 1px solid #e5e5e5; border-top: none;}
	.Menus li{display: block;}
	.Menus li::after{display: none;}
	.Menus li a{height: 0.5rem; line-height: 0.5rem; border-bottom: 1px solid #e5e5e5;}
	.Menus li:last-child a{border-bottom: none;}
	.Menus li.on a,.Menus li:hover a{color: #005bac;}
}

@media ( max-width: 480px){
	.Container{padding: 0.3rem 0;}
	.Title01{margin-bottom: 0.34rem;}
	.Title02 span{font-size: 0.28rem; line-height: 0.65rem;}
	.SinglePage,.SinglePage2{line-height: 0.36rem; margin-bottom: 0.25rem;}
}

/* 动画 */
@-webkit-keyframes bounceAni {
	25% {
		-webkit-transform: translateX(10px);
	}
	50%,
	100% {
		-webkit-transform: translateX(0);
	}
	75% {
		-webkit-transform: translateX(-10px);
	}
}

@keyframes bounceAni {
	25% {
		transform: translateX(10px);
	}
	50%,
	100% {
		transform: translateX(0);
	}
	75% {
		transform: translateX(-10px);
	}
}

.ys {padding-left: 0.18rem; display: inline-block;}
.ys em{position: absolute; left: 0; top: 0; font-size: 0.12rem; line-height: 0.12rem;  text-indent: 0;}

@media ( max-width:1470px){
	.ProductBody .w1440{padding: 0 220px;}
}

@media ( max-width:1024px){
	.ProductBody .w1440{padding: 0 15px;}
}

@media ( max-width:640px){
.ys {padding-left: 0.22rem;}
}

blockquote{margin: 0;}